projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79207a0
)
; * src/sfnt.c (sfnt_decompose_compound_glyph): Pacify warning.
author
Po Lu
<luangruo@yahoo.com>
Tue, 4 Jul 2023 00:53:37 +0000
(08:53 +0800)
committer
Po Lu
<luangruo@yahoo.com>
Tue, 4 Jul 2023 00:53:37 +0000
(08:53 +0800)
src/sfnt.c
patch
|
blob
|
history
diff --git
a/src/sfnt.c
b/src/sfnt.c
index b803ada89552a94093afe2385c6b396d0319bad5..da4cb3cc783d086d35918c595624afde1b423d00 100644
(file)
--- a/
src/sfnt.c
+++ b/
src/sfnt.c
@@
-2651,7
+2651,7
@@
sfnt_decompose_compound_glyph (struct sfnt_glyph *glyph,
bool need_free;
struct sfnt_compound_glyph_component *component;
sfnt_fixed x, y, xtemp, ytemp;
- size_t point
, point2
, index;
+ size_t point
UNINIT, point2 UNINIT
, index;
uint16_t last_point, number_of_contours;
sfnt_fixed *x_base, *y_base;
size_t *contour_base;